ComponentOne Xamarin.Android
CanGroup Method (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : CanGroup Method
The group descriptions that determine how the data would be grouped.
Returns whether the collection view is able to group the specified group descriptions.
Syntax
'Declaration
 
Public Overridable Function CanGroup( _
   ByVal ParamArray groupDescriptions() As GroupDescription _
) As Boolean
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim groupDescriptions() As GroupDescription
Dim value As Boolean
 
value = instance.CanGroup(groupDescriptions)
public virtual bool CanGroup( 
   params GroupDescription[] groupDescriptions
)

Parameters

groupDescriptions
The group descriptions that determine how the data would be grouped.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members